home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 3 / Gold Medal Software - Volume 3 (Gold Medal) (1994).iso / os2 / te2_130t.arj / TE2INST.001 / Modems / MT224PC5.INC < prev    next >
Text File  |  1994-03-28  |  799b  |  39 lines

  1. ; Multi-Tech MultiModem 224PC5
  2. ;
  3. ; DIP SWITCH SETTINGS: Set the following switches before running TE/2.
  4. ;
  5. ;       Switch Bank 1 OPEN
  6. ;                   2 *    \__ Sets COM Port
  7. ;                   3 *    /
  8. ;                   4 CLOSED
  9. ;
  10. ; ONE TIME MODEM SETUP:  The first time you run TE/2, upon entering the
  11. ; program, type the following lines and press ENTER after each.  Then
  12. ; exit and restart TE/2.
  13. ;
  14. ;       AT&F
  15. ;
  16.  
  17. Baud          2400
  18. Parity        N
  19. WordLen       8
  20. StopBits      1
  21.  
  22. XonXoff       BOTH
  23. CtsRts        BOTH
  24. MatchBaud     FALSE
  25.  
  26. ModemInitStrg ATZ^M
  27. ModemDialStrg ATDT
  28. ModemDialSufx ^M
  29. ModemHangStrg ;
  30. DTRHangup     TRUE
  31.  
  32. Connect       CONNECT,2400
  33.  
  34. NoConnect     NO_DIALTONE
  35. NoConnect     NO_CARRIER
  36. NoConnect     BUSY
  37. NoConnect     VOICE
  38.  
  39.